H5L

Undocumented in source.
struct H5L {}

Members

Static functions

copy
void copy(hid_t src_loc, string src_name, hid_t dst_loc, string dst_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create_external
void create_external(string file_name, string obj_name, hid_t link_loc_id, string link_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create_hard
void create_hard(hid_t cur_loc, string cur_name, hid_t dst_loc, string dst_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create_soft
void create_soft(string link_target, hid_t link_loc_id, string link_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
create_ud
void create_ud(hid_t link_loc_id, string link_name, H5LType link_type, void* udata, size_t udata_size, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_by_idx
void delete_by_idx(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
exists
htri_t exists(hid_t loc_id, string name, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_info_by_idx
void get_info_by_idx(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5LInfo* linfo, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_name_by_idx
string get_name_by_idx(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_val
void get_val(hid_t loc_id, string name, void* buf, size_t size, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
get_val_by_idx
void get_val_by_idx(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, hsize_t n, void* buf, size_t size, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
h5delete
void h5delete(hid_t loc_id, string name, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
is_registered
htri_t is_registered(H5LType id)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate
void iterate(hid_t grp_id, H5Index idx_type, H5IterOrder order, H5L_iterate_t op)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate
void iterate(hid_t grp_id, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5L_iterate_t op, void* op_data)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate_by_name
void iterate_by_name(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, H5L_iterate_t op, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate_by_name
void iterate_by_name(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5L_iterate_t op, void* op_data, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(hid_t src_loc, string src_name, hid_t dst_loc, string dst_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(H5L_class_t* cls)
Undocumented in source. Be warned that the author may not have intended to support it.
unpack_elink_val
string[2] unpack_elink_val(void* ext_linkval, size_t link_size, uint* flags)
Undocumented in source. Be warned that the author may not have intended to support it.
unregister
void unregister(H5LType id)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(hid_t grp_id, H5Index idx_type, H5IterOrder order, H5L_iterate_t op, void* op_data)
Undocumented in source. Be warned that the author may not have intended to support it.
visit_by_name
void visit_by_name(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, H5L_iterate_t op, void* op_data, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta